

/* General Demo Style */
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot?#iefix') format('embedded-opentype'),
       url('fonts/icons.woff') format('woff'),
       url('fonts/icons.ttf') format('truetype'),
       url('fonts/icons.svg#icons') format('svg');
  font-weight: normal; font-style: normal;
}
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #FFF url(background%20images/bg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	
}

a{
	color: #555;
	text-decoration: none;
}
.filmcontainer{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}





.filmcontainer > header1{
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.filmcontainer > header1 h1{
	font-size: 105px;
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	line-height: 70px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #666;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	
	
	
}
.filmcontainer > header1 h1 span{
	font-weight: 700;
}
.filmcontainer > header1 h2{
	font-size: 20px;
	
	margin: 0;
	padding: 15px 0 5px 0;
	color: #666;
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
font-weight: 300;

color: #333;
	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.filmcontainer > header1 h2 strong{
	color: #494949;
}








.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}








img 	{ margin:0 0 60px 0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h11, h12, h13, h14, h15, h16, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: 24px Georgia, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #0D000A;
	}

ol, ul { list-style: none; }


/* Headings */
p{ 


font-family: 'Open Sans Condensed','Arial Narrow', 
text-align: left;
color: #494949;
margin: 0 0 10px 0;
font-weight: normal;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
text-align:justify;
line-height:200%;
text-indent: 50px;}




h8 { font-size:16px; margin-bottom:5px; }
h9{ font-size:14px; }
h10{ font-size:14px; }
h11 { font-size:14px; }

h11 img, h12 img, h13 img, h14 img, h15 img, h16 img { margin: 0; }
.same {font: 24px  Georgia, serif;
text-align: center;
color: #494949;
margin: 0 0 10px 0;}



/* Containers */




#all-wrapper {
	width:1200px;
	margin:0px auto;
	
}
#content-wrap {
	width:900px;
	margin:50px auto;
	
	border-top:1px #000 solid;
	border-bottom:0px #000 solid;
	padding:20px 0 10px 0
}
#content { width:900px; float:left;  }
#footer 			{ clear:both; margin:50px 0 0 250px; border-top:1px #ccc solid; 
						padding:50px 0 10px 0; }
